Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace tab-separated output with CSV #2872

Merged
merged 7 commits into from
Oct 13, 2023
Merged

Conversation

mrieser
Copy link
Contributor

@mrieser mrieser commented Oct 13, 2023

MATSim writes a number of statistics into the output-directory. Some of them were written as tab-separated files with the file-suffix .txt. As CSV-files are a better standard for tabular data, the following output-files were changed from tab-separated txt-files to CSV in this PR:

  • modestats.txt → modestats.csv
  • ph_modestats.txt → ph_modestats.csv
  • pkm_modestats.txt → pkm_modestats.csv
  • scorestats.txt → scorestats.csv
  • stopwatch.txt → stopwatch.csv
  • traveldistancestats.txt → traveldistancestats.csv

@mrieser mrieser self-assigned this Oct 13, 2023
@mrieser mrieser enabled auto-merge October 13, 2023 17:07
@mrieser mrieser merged commit c99d017 into master Oct 13, 2023
48 checks passed
@mrieser mrieser deleted the 2868-replace-txt-with-csv branch October 13, 2023 17:31
@steffenaxer
Copy link
Collaborator

Love it! Thanks Marcel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants